Uses of Class
negotiator.utility.EVALFUNCTYPE

Packages that use EVALFUNCTYPE
negotiator.utility   
 

Uses of EVALFUNCTYPE in negotiator.utility
 

Methods in negotiator.utility that return EVALFUNCTYPE
static EVALFUNCTYPE EVALFUNCTYPE.convertToType(java.lang.String type)
          Method which convert a string type to an object.
 EVALFUNCTYPE EvaluatorReal.getFuncType()
           
 EVALFUNCTYPE EvaluatorInteger.getFuncType()
           
static EVALFUNCTYPE EVALFUNCTYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EVALFUNCTYPE[] EVALFUNCTYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in negotiator.utility with parameters of type EVALFUNCTYPE
 void EvaluatorReal.setType(EVALFUNCTYPE pType)